home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / dev / lang / Python16_Src.lha / Python16_Source / Misc / README < prev    next >
Encoding:
Text File  |  1998-08-10  |  1.6 KB  |  37 lines

  1. Python Misc subdirectory
  2. ========================
  3.  
  4. This directory contains files that wouldn't fit in elsewhere, in
  5. particular the UNIX manual page, an Emacs mode for Python source code,
  6. and a list of Frequently Asked Questions (and their answers).  Some
  7. documents are only of historic importance.
  8.  
  9. Files found here
  10. ----------------
  11.  
  12. ACKS        Acknowledgements
  13. AIX-NOTES    Notes for building Python on AIX (all new!)
  14. BLURB        A quick description of Python for newcomers
  15. BLURB.LUTZ    A testimonial from a converted Tcl/Perl hacker :-)
  16. COPYRIGHT    The Python copyright notice
  17. FAQ        (deleted -- see http://www.python.org for the online FAQ)
  18. Fixcprt.py    Fix the copyright message (a yearly chore :-)
  19. HISTORY        News from previous releases -- oldest last
  20. HPUX-NOTES    Notes about dynamic loading under HP-UX
  21. HYPE        More hype about Python
  22. Makefile    Used for administrative chores like cleaning up
  23. Makefile.pre.in    Generic Makefile template for building extensions
  24. NEWS        News for this release
  25. Porting        Mini-FAQ on porting to new platforms
  26. README        The file you're reading now
  27. RFD        Request For Discussion about a Python newsgroup
  28. cheatsheet    Quick summary of Python by Ken Manheimer
  29. editline-fix    A news article on how to fix R$'s editline for Python
  30. fixfuncptrs.sh    Shell script to fix function pointer initializers
  31. indent.pro    GNU indent profile approximating my C style
  32. python-mode.el    Emacs mode for editing Python programs
  33. python.man    UNIX man page for the python interpreter
  34. renumber.py    Script to renumber the sections in the FAQ
  35. setuid-prog.c    C helper program for set-uid Python scripts
  36. vgrindefs    Python configuration for vgrind (a generic pretty printer)
  37.